home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1729 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.0 KB

  1. Subject: Re: MiNTlib (I think I'm on pl43): Bug in sprintf().
  2. Date: Thu, 21 Jul 1994 00:24:42 +0200 (CDT)
  3. From: Juergen Lock <nox@jelal.north.de>
  4.  
  5. In <m0qPzEE-000OMBC@nasim.cube.net> you write:
  6. >In article <9407172345.AA00280@jelal.north.de> Juergen Lock wrote:
  7. >
  8. >> oh and memcpy is an extended quickmove really (quickmovb), and the XDEF'd
  9. >> _bcopy is just a hint for gcc that it doesn't need to load the libs
  10. >> bcopy too.
  11. >
  12. >My compiler does not understand your hints. ;(
  13. >
  14. >/usr/local/cross-gcc/lib/gcc-ld: multiple definitions of symbol `_bcopy'.  Files:
  15. > /usr/local/cross-gcc/lib/gnu16.olb(bcopy.o)
  16. > quickmov.o0
  17. >/usr/local/cross-gcc/lib/gcc-ld: multiple definitions of symbol `__bcopy'.  Files:
  18. > /usr/local/cross-gcc/lib/gnu16.olb(bcopy.o)
  19. > quickmov.o0
  20. >make: *** [mint030.prg] Error 1
  21. >
  22. >This is gcc-2.5.8 (bammi). Andreas Schwab's MiNT-gcc 2.5.8 does the same.
  23.  
  24.  *sigh* is this ment to be a feature??
  25.  
  26.  alright then leave out the XDEFs, you'll just waste some memory with
  27. two functions that do the same...
  28.  
  29.  :-/
  30.     Juergen
  31.